![]() |
PATH![]() |
The structure that defines the characteristics of a USB driver used for driver matching and loading is of the form:
struct USBDriverDescription {
OSType usbDriverDescSignature;
USBDriverDescVersion usbDriverDescVersion;
USBDeviceInfo usbDeviceInfo;
USBInterfaceInfo usbInterfaceInfo;
USBDriverType usbDriverType;
USBDriverLoadingOptions usbDriverLoadingOptions;
};
Field descriptions
See also Driver Loading Option Constants
Previous | Back Up One Level | Next | Show Frames | Hide Frames